From 4e9e3acac0f530109f5f56caaac391c9501ab7fc Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 20 Jul 2009 02:30:02 +0000 Subject: [PATCH] Typo fixes: GpsBabel->GPSBabel. --- gui/gpsbabelfe_de.ts | 4 ++-- gui/gpsbabelfe_es.ts | 4 ++-- gui/gpsbabelfe_fr.ts | 4 ++-- gui/gpsbabelfe_hu.ts | 4 ++-- gui/gpsbabelfe_it.ts | 4 ++-- gui/processwait.cpp | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gui/gpsbabelfe_de.ts b/gui/gpsbabelfe_de.ts index 9b5d92f7e..cb3faa202 100644 --- a/gui/gpsbabelfe_de.ts +++ b/gui/gpsbabelfe_de.ts @@ -281,7 +281,7 @@ This program cannot continue. - GpsBabel + GPSBabel @@ -647,7 +647,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes. - ... Process GpsBabel + ... Process GPSBabel diff --git a/gui/gpsbabelfe_es.ts b/gui/gpsbabelfe_es.ts index 978dbeafe..afc81ef1b 100644 --- a/gui/gpsbabelfe_es.ts +++ b/gui/gpsbabelfe_es.ts @@ -281,7 +281,7 @@ This program cannot continue. - GpsBabel + GPSBabel @@ -647,7 +647,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes. - ... Process GpsBabel + ... Process GPSBabel diff --git a/gui/gpsbabelfe_fr.ts b/gui/gpsbabelfe_fr.ts index 36745512f..ebe928bc8 100644 --- a/gui/gpsbabelfe_fr.ts +++ b/gui/gpsbabelfe_fr.ts @@ -281,7 +281,7 @@ This program cannot continue. - GpsBabel + GPSBabel @@ -647,7 +647,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes. - ... Process GpsBabel + ... Process GPSBabel diff --git a/gui/gpsbabelfe_hu.ts b/gui/gpsbabelfe_hu.ts index a382e4697..18ab7f90b 100644 --- a/gui/gpsbabelfe_hu.ts +++ b/gui/gpsbabelfe_hu.ts @@ -281,7 +281,7 @@ This program cannot continue. - GpsBabel + GPSBabel @@ -647,7 +647,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes. - ... Process GpsBabel + ... Process GPSBabel diff --git a/gui/gpsbabelfe_it.ts b/gui/gpsbabelfe_it.ts index 3687ea008..0962714dd 100644 --- a/gui/gpsbabelfe_it.ts +++ b/gui/gpsbabelfe_it.ts @@ -281,7 +281,7 @@ This program cannot continue. - GpsBabel + GPSBabel @@ -647,7 +647,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes. - ... Process GpsBabel + ... Process GPSBabel diff --git a/gui/processwait.cpp b/gui/processwait.cpp index 388d9a1c0..dcfcbfb75 100644 --- a/gui/processwait.cpp +++ b/gui/processwait.cpp @@ -1,5 +1,5 @@ // -*- c++ -*- -// $Id: processwait.cpp,v 1.1 2009/07/05 21:14:56 robertl Exp $ +// $Id: processwait.cpp,v 1.2 2009/07/20 02:30:02 robertl Exp $ //------------------------------------------------------------------------ // // Copyright (C) 2009 S. Khai Mong . @@ -65,7 +65,7 @@ ProcessWaitDialog::ProcessWaitDialog(QWidget *parent, QProcess *process): QDialog(parent), process(process) { this->resize(400, 220); - this->setWindowTitle(QString(appName) + tr(" ... Process GpsBabel")); + this->setWindowTitle(QString(appName) + tr(" ... Process GPSBabel")); QVBoxLayout *layout = new QVBoxLayout(this); textEdit = new QPlainTextEdit(this); -- 2.30.2